home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / nl$states_properties.as < prev    next >
Text File  |  2014-03-27  |  414b  |  20 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class nl$states_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function nl$states_properties()
  10.       {
  11.          super("nl","states");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {"alreadyParented":"Cannot add a child that is already parented."};
  17.       }
  18.    }
  19. }
  20.